github.com/golang/mock/gomock.callSet.FindMatch (method)

2 uses

	github.com/golang/mock/gomock (current package)
		callset.go#L67: func (cs callSet) FindMatch(receiver interface{}, method string, args []interface{}) (*Call, error) {
		controller.go#L225: 		expected, err := ctrl.expectedCalls.FindMatch(receiver, method, args)